home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetStoryIDList.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetStoryIDList__
- #define __PGetStoryIDList__
-
- #include "PListQuery.h"
- #include "PTextBlock.h"
-
- class PGetStoryIDList : public PListQuery
- {
-
- public:
-
- PGetStoryIDList();
-
- long nStoryID;
- const char * fFilename;
- long nNumChars;
- PTextBlock textBlock;
-
- private:
-
- virtual void Scan();
- };
-
- #endif
-
- // end of PGetStoryIDList.h
-